Okay i have a website that i created a list of images from a view but i cant really control any break points. SInce i cant explain it 100% lemme give an Example. In php I would get a list of images in an array then use the modulus operator to split the items IE if ($i%3 == 0) { $str .= "</tr><tr>"; } WHich would add that string on every 3 lements so its in a nice neat table.. ANyone understand what im wanting to do and have an i dea on how i can use my view to accomplish this? Im not versed in lotusscript so thats a big drawback at the moment too ;-( Thanks for any help..
Go back